[][src]Crate enumx_derive

This project provides derive implementation for user-defined enum exchange.

See enumx README for more.

Attribute Macros

enumx

tag an fn with #[enumx] to enable "type pattern matching" in match expressions that are tagged with #[ty_pat]/#[ty_pat(gen_variants)]/#[ty_pat(gen A,B,..)]`.

Derive Macros

EnumX